Version

CreateComplexPropertyCondition(Type,String,String,Expression<Func<String,String,Boolean>>,CachedTypedInfo) Method

Syntax
'Declaration
 
Protected Overloads Function CreateComplexPropertyCondition( _
   ByVal dataType As Type, _
   ByVal fieldName As String, _
   ByVal filterText As String, _
   ByVal filterExpression As Expression(Of Func(Of String,String,Boolean)), _
   ByVal cachedTypedInfo As Infragistics.CachedTypedInfo _
) As Infragistics.CustomComparisonCondition
protected Infragistics.CustomComparisonCondition CreateComplexPropertyCondition( 
   Type dataType,
   string fieldName,
   string filterText,
   Expression<Func<string,string,bool>> filterExpression,
   Infragistics.CachedTypedInfo cachedTypedInfo
)

Parameters

dataType
fieldName
filterText
filterExpression
cachedTypedInfo
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also